DSH Session Manager:为 DeepSeek Harness Web 会话补一组常用操作
Semidia/dsh-session-manager 是一款针对 DeepSeek Harness (DSH) Web 客户端的社区插件(v0.1.1,MIT 许可),旨在提升会话管理效率。该插件通过两个主要入口增强界面:一是在侧边栏会话行提供右键上下文菜单,支持固定/取消固定、标记未读、重命名、归档、在新会话中继续(fork)、在文件管理器打开、复制工作目录/标题/ID/深链及在新窗口打开等操作;二是在侧边栏底部提供当前会话的 Session Manager 入口,支持导出 ZIP、归档、fork 及复制信息。插件仅使用公开客户端服务,部分深链功能需搭配 `dsh-deeplink` 插件
Read Moredsh-session-toolkit:把会话身份、提示词、自动恢复与 Web 重启等 DSH 本地插件合并安装
dsh-session-toolkit 是面向 DeepSeek Harness 的整合插件工具包(当前版本 0.1.4,MIT 协议),旨在将身份、提示词、恢复、重启、日志及会话间消息等六个本地插件能力合并为单一安装包,以降低开发者单独配置和维护的成本。其核心功能包括:可配置的会话身份管理;全局与工作区提示词注入,支持按工作目录前缀及最长路径匹配;动态引用文件,失败时自动跳过并报告原因;会话自动恢复,限制并发为 3 且隔离失败项;无需 UAC 提权的 Web 服务重启;以及会话间消息发送与列表查看工具。该插件以 dsh.bundle.patch 形式发布,需通过 dsh plugin add
Read Moredsh-session-manager: Session Management Plugin for DeepSeek Harness
dsh-session-manager is a session management plugin for DeepSeek Harness (DSH), designed to provide developers with a unified entry point for maintaining local sessions. This plugin is compatible with DSH version 0.1.0-rc.8, allowing centralized session management within `dsh web` without modifying the core source code. Its main functionalities include: listing all materialized sessions on the local machine (running, idle, archived); continuing existing sessions via a browser; viewing session outlines and statistics based on recent windows; and permanently deleting sessions, with support for cascading deletion of sub-sessions and batch operations. In terms of security, the plugin enforces strict security checks. The delete function is only accessible under loopback addresses, while non-local access is limited to continuing sessions and viewing outlines. It supports both JSONL and SQLite storage formats.
Read More